25. Quiz: WHERE
Questions
Write a query that:
- Pulls the first 5 rows and all columns from the orders table that have a dollar amount of
gloss_amt_usd
greater than or equal to 1000. - Pulls the first 10 rows and all columns from the orders table that have a
total_amt_usd
less than 500.
Code
If you need a code on the https://github.com/udacity.